home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 726-750 / 737 / prlabel / myio_protos.h < prev    next >
C/C++ Source or Header  |  1995-03-18  |  320b  |  11 lines

  1. /* Prototypes for functions defined in MyIO.c */
  2. int mygets(struct FileHandle *file,
  3.            char *string,
  4.            int maxl);
  5. int mygetsbuff(struct FileHandle *file,
  6.                char *string,
  7.                int maxl,
  8.                IOBUFF *iobuff);
  9. int myputs(struct FileHandle *file,
  10.            char *string);
  11.